home *** CD-ROM | disk | FTP | other *** search
- /* PlayPrefsDialog.h */
-
- #ifndef Included_PlayPrefsDialog_h
- #define Included_PlayPrefsDialog_h
-
- /* PlayPrefsDialog module depends on */
- /* MiscInfo.h */
- /* Audit */
- /* Debug */
- /* Definitions */
- /* Memory */
- /* Screen */
- /* EventLoop */
- /* Menus */
- /* Alert */
- /* MainWindowStuff */
- /* StringList */
- /* TrackList */
- /* Array */
- /* TrackObject */
- /* TextEdit */
- /* DataMunging */
- /* SimpleButton */
- /* Numbers */
- /* Main */
- /* RadioButton */
- /* CheckBox */
- /* SampleDeviceOutput */
- /* DiskFileOutput */
- /* PlayAIFFFile */
-
- /* forwards */
- struct MainWindowRec;
- struct TrackListRec;
-
- /* show the play prefs dialog (which also allows the user to play) */
- void DoPlayPrefsDialog(struct MainWindowRec* MainWindow,
- struct TrackListRec* TrackList);
-
- #endif
-